jade.mtp
Interface InChannel.Dispatcher

Enclosing class:
InChannel

public static interface InChannel.Dispatcher

Callback interface to be notified of message arrivals over this Message Transport Protocol.


Method Summary
 void dispatchMessage(Envelope env, byte[] payload)
           
 

Method Detail

dispatchMessage

public void dispatchMessage(Envelope env,
                            byte[] payload)